Intersoft ClientUI Documentation
Equals(Range<T>) Method



A different range.
Compares the range to another range.
Syntax
Public Overloads Function Equals( _
   ByVal range As Range(Of T) _
) As Boolean
Dim instance As Range(Of T)
Dim range As Range(Of T)
Dim value As Boolean
 
value = instance.Equals(range)
public bool Equals( 
   Range<T> range
)
public:
bool Equals( 
   Range<T^> range
) 

Parameters

range
A different range.

Return Value

A value indicating whether the ranges are equal.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Range<T> Structure
Range<T> Members
Overload List

Send Feedback